home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / handson / Delphi / delph142.exe / ThPriorities / ThPriorities.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-05-14  |  1.2 KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 673
  5.   Height = 210
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ScrollBar1: TScrollBar
  16.     Left = 16
  17.     Top = 24
  18.     Width = 385
  19.     Height = 16
  20.     TabOrder = 0
  21.   end
  22.   object ScrollBar2: TScrollBar
  23.     Left = 16
  24.     Top = 56
  25.     Width = 385
  26.     Height = 16
  27.     TabOrder = 1
  28.   end
  29.   object ComboBox1: TComboBox
  30.     Left = 424
  31.     Top = 24
  32.     Width = 209
  33.     Height = 21
  34.     ItemHeight = 13
  35.     Items.Strings = (
  36.       'THREAD_PRIORITY_ABOVE_NORMAL'
  37.       'THREAD_PRIORITY_BELOW_NORMAL'
  38.       'THREAD_PRIORITY_HIGHEST'
  39.       'THREAD_PRIORITY_IDLE'
  40.       'THREAD_PRIORITY_NORMAL'
  41.       'THREAD_PRIORITY_TIME_CRITICAL'
  42.       '')
  43.     TabOrder = 2
  44.     Text = 'THREAD_PRIORITY_NORMAL'
  45.     OnChange = ComboBox1Change
  46.   end
  47.   object Button1: TButton
  48.     Left = 72
  49.     Top = 128
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Run!'
  53.     TabOrder = 3
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 176
  58.     Top = 128
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Close'
  62.     TabOrder = 4
  63.     OnClick = Button2Click
  64.   end
  65. end
  66.